.u-title {
    height: .8rem;
	padding: 0 .2rem;
}
.u-title h1 {
	float: left;
    position: relative;
    padding-left: .32rem;
	line-height: .8rem;
    font-size: .36rem;
    font-weight: bold;
    color: #000;
}
.u-title h1:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: .06rem;
    height: .4rem;
    margin-top: -.2rem;
    background: #003F88;
}

.u-title .more {
	float: right;
    display: block;
    height: .4rem;
	margin-top: .2rem;
	padding-right: .4rem;
    line-height: .4rem;
    font-size: .26rem;
    text-align: center;
    color: #666;
	background-image: url('../img/more.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: .3rem;
}

/* banner */
.m-banner {
	margin-top: 0;
}
.m-banner .banner {
    position: relative;
	overflow: visible !important;
}
.m-banner .banner,
.m-banner .banner li {
    height: 4.7rem;
}
.m-banner .banner li div {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: .8rem;
	padding: 0 .24rem;
	background: rgba(0,0,0,.6);
}
.m-banner .banner li div p {
	line-height: .8rem;
	font-size: .26rem;
	color: #fff;
}
.m-banner .banner li div span {
	display: none;
}

.m-banner .btn {
	display: none;
}

.m-banner .nav {
	padding: .26rem 0;
}
.m-banner .nav div {
	width: .28rem;
	height: .04rem;
	margin: 0 .05rem;
	background: #999;
}
.m-banner .nav div.z-crt {
	background: #003B80;
}
/* end banner */

/* news */
.m-news ul li {
    position: relative;
	padding: 0 .22rem 0 .62rem;
    line-height: .72rem;
	font-size: .28rem;
}
.m-news ul li:hover {
	color: #003F88;
}
.m-news ul li:before {
    content: '';
    position: absolute;
    left: .2rem;
    top: .26rem;
    width: .14rem;
    height: .14rem;
    border-radius: 100%;
    background: #ccc;
}
.m-news ul li p {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/* end news */

/* notice */
.m-notice {
    height: 1rem;
	margin: .4rem .2rem .3rem;
    background: #F5F5F5;
}
.m-notice .title {
	float: left;
	width: .9rem;
	height: .8rem;
	padding: .1rem 0;
    line-height: .4rem;
	font-size: .3rem;
	text-align: center;
	color: #fff;
	background: #C80000;
}
.m-notice ul {
	float: left;
	width: 4.7rem;
	height: .5rem;
	margin-left: .3rem;
	margin-top: .25rem;
	overflow: hidden;
}
.m-notice li {
	margin-top: 0;
	line-height: .5rem;
	font-size: .28rem;
	color: #000;
}
.m-notice li:hover {
	color: #003F88;
}
.m-notice .more {
	float: right;
	border-left: .01rem solid #bbb;
	padding-left: .14rem;
	margin-top: .36rem;
	margin-right: .13rem;
	line-height: .28rem;
	font-size: .26rem;
	color: #999;
}
/* end notice */

/* summary */
.m-summary {
}
.m-summary .u-title {
	margin-bottom: .15rem;
}
.m-summary .img {
	margin: 0 .2rem;
}
.m-summary p {
	margin: .3rem .2rem;
	line-height: .52rem;
	font-size: .28rem;
	color: #444;
    -webkit-line-clamp: 10;
}
/* end summary */

/* video */
.m-video .u-title {
	margin-bottom: .15rem;
}
.m-video .video {
	height: 5rem;
	margin: 0 .2rem;
	background: #000;
	cursor: pointer;
}

.video-box {
    z-index: 998;
    position: fixed;
    left: 0;
    top: 0;
    width: 7.50rem;
    height: 100%;
    background: #000;
}
.video-box video {
    width: 100%;
    height: 100%;
}
.video-box .close {
    position: absolute;
    top: .20rem;
    right: .20rem;
    width: .60rem;
    height: .60rem;
    border-radius: 100%;
    line-height: .60rem;
    font-size: .34rem;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}
/* end video */

/* innovation */
.m-innovation {
	margin-top: .24rem;
}
.m-innovation .item {
	margin: 0 .2rem;
}
.m-innovation .item:nth-child(n+2) {
	margin-top: .4rem;
}
.m-innovation .item .u-title {
	padding: 0;
	margin-bottom: .2rem;
}
.m-innovation .lead img {
	float: left;
	width: 3rem;
	margin-right: .3rem;
}
.m-innovation .lead p {
	line-height: .48rem;
	font-size: .26rem;
	color: #444;
    -webkit-line-clamp: 8;
}
.m-innovation .lead .more {
	float: right;
	display: block;
	clear: both;
	font-size: .26rem;
	color: #083F88;
}
/* end innovation */

/* team */
.m-team {
	position: relative;
	padding-left: 1rem;
	margin: .4rem .2rem .7rem;
}
.m-team .title {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1rem;
	padding: .8rem 0;
	line-height: .6rem;
	font-size: .36rem;
	text-align: center;
	color: #fff;
	background: #083F88;
}
.m-team .content {
	height: 4rem;
	border: .01rem solid #ddd;
	overflow-y: hidden;
	overflow-x: auto;
}
.m-team .content ul {
	float: left;
	padding: 0 .2rem;
	font-size: 0;
	white-space: nowrap;
}
.m-team .content li {
	display: inline-block;
	width: 2rem;
	padding-top: .31rem;
}
.m-team .content a:nth-child(n+2) li {
	margin-left: .2rem;
}
.m-team .content li .img {
	height: 2.4rem;
}
.m-team .content li .name {
	margin-top: .14rem;
	font-size: .3rem;
	text-align: center;
}
.m-team .content li p {
	margin-top: .1rem;
	font-size: .3rem;
	text-align: center;
}
/* end team */